* {
	padding: 0px;
	margin: 0px;
}

body,
html {
	width: 100%;
	font: 12px "Microsoft Yahei", Arial, sans-serif;
	margin: 0px auto;
	position: relative;
	max-width: 1920px;
	min-width: 1347px;
}

a {
	text-decoration: none !important;
}

ol,
ul {
	margin: 0px;
}

ul li {
	list-style: none;
}

img {
	image-rendering: -webkit-optimize-contrast;
}

p {
	margin: 0px;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.ell {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.w1347{
	width:1347px;
	position: relative;
	margin: 0px auto;
}

.H-t{
	font-size:14px;
	color:#393939;
	height:27px;
	line-height:27px;
	background: white;
}
.H-t a{
	color:#393939;
}
.logo{
	padding:65px 0px;
}
.content_m{
	background:url(http://ahfx.wenming.cn/cs/202404/W020240419578516871347.jpg) no-repeat center top;
	background-position-y: 18px;
	/* background-size: 100% 100%; */
}
.nav_index{
	background:#1a93cc;
	color:white;
	padding: 19px 0px;
}
.nav_index a{
	color:white;
}
.nav_index ul li{
	float: left;
	font-size:18px;
	padding: 0px 33px;
	position: relative;
}
.nav_index ul li:before{
	width:1px;
	height: 46px;
	/* position: relative; */
	content:"";
	display: inline-block;
	background:url(../images/nav_line.png) no-repeat center center;
	position: absolute;
	left: 0px;
	top: 10px;
	opacity:0.43;
}
.nav_index ul li:first-child:before{
	display: none;
}
.nav_index ul li>a{
	display: block;
	margin: 5px 0px;
}
.nav_index ul li:first-child a{
	display: inline-block;
	font-size:30px;
	margin-left: 25px;
	position: relative;
	top: 5px;
}
.nav_index ul li>img{
	position: relative;
	top: 11px;
}